*{
    text-decoration: none !important;
}
body{
    font-family: "Work Sans", sans-serif;
    background-image: linear-gradient(to right, rgb(9, 4, 24) , rgb(0, 0, 0));
    color: unset !important;
}
.hero__image{
    border-radius: 20px;
    filter: brightness(70%);
    border: 2px solid #221f25 ;
}
.navbar{
    background-color: #18181b;
    border: 1px solid #221f25 ;
    border-radius: 20px;
}
.nav-link{
    font-weight: 300;  
    border-radius: 10px;
}
.active{
    border-radius: 10px;
    background-color: #4f33ff;  
}
.btn-custom-styles, .dhx_cal_tab, .dhx_cal_today_button{
    background-image: linear-gradient(to right, rgb(22, 21, 22) , rgb(0, 0, 0)) !important;
    border: 0;
    color: white;
    border-radius: 10px !important;
    border: 2px solid #221f25 ;
}
.btn-custom-styles:hover, .dhx_cal_tab:hover, .dhx_cal_today_button:hover{
    background-image: linear-gradient(to left, rgb(22, 21, 22) , rgb(0, 0, 0)) !important;
    border: 2px solid #221f25 !important;
    color: white;
}
.head__text{
    font-size: 4.5rem;
    color: white;
}
.inner-row{
    justify-content: space-evenly;
}
.rounded-styles{
    border-radius: 18px;
}
.inner-card{
    border: 2px solid #221f25 ;
    border-radius: 18px;
}
.card-image{
    height: 200px;
    
}
.card__images{
    object-fit: cover;
}
.equipment-text{
    font-size: 6rem;
    font-weight: 600;
    background: linear-gradient(rgb(255, 254, 255), rgb(88, 88, 88));
    -webkit-background-clip: text;
            background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: -50px;
}
.carousel-inner, .carousel-item, .carousel, .carousel-images{
    border-radius: 12px; 
    height: 300px;
}
.carousel-inner{
    border: 2px solid #221f25 ;
     
}
.carousel-images{
    filter: brightness(60%);
    object-fit: cover;
}
.dhx_cal_light{
    top: 35% !important;
    left: 35% !important;
}
.dhx_cal_event{
    width: 100% !important;
}
#scheduler{
    border: 2px solid #221f25 ;
}
#scheduler, .dhx_cal_data{
    background: linear-gradient(rgb(15, 15, 15), rgb(0, 0, 0));
    
}
.dhx_scale_bar,.dhx_cal_date{
    color: white;
    margin-bottom: 1rem;
    margin-right: 1rem;
}
.btn-close{
    border: 2px solid white;
}
.card__images:hover{
    -webkit-transform: scale(1.3);
	transform: scale(1.01);
   
}
 

.all {
    
    display: flex;
    align-items: center;
    justify-content: center;
    &:hover {
      .l1, .r1 {
        transform: rotateX(20deg) translateZ(0px);
      }
      .l2, .r2 {
        transform: rotateX(40deg) translateZ(0px);
      }
      .l3, .r3 {
        transform: rotateX(60deg) translateZ(0px);
      }
      .l4, .r4 {
        transform: rotateX(80deg) translateZ(0px);
      }
      .l5, .r5 {
        transform: rotateX(100deg) translateZ(0px);
      }
      .l1, .l2, .l3, .l4, .l5, .c, .r1, .r2, .r3, .r4, .r5 {
        border-radius: 100px;
        background: #ffffff;
        
      }
    }
    .l1, .l2, .l3, .l4, .l5, .c, .r1, .r2, .r3, .r4, .r5 {
      width: 20px;
      height: 60px;
      background: #ddd;
      margin: 1px;
      display: flex;
      align-items: flex-start;
      justify-content: center;
      transition: all 1s;
    }
    .l1, .l2, .l3, .l4, .l5, .r1, .r2, .r3, .r4, .r5 {
      transform: rotateX(0deg) translateZ(0px);
      transition: all 1s;
    }
  }